Click or drag to resize

ServiceGetEvents Method (String, String)

Gets events that have occurred in a mailbox since the specified notification.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public GetEventsResponse GetEvents(
	string subscriptionId,
	string watermark
)

Parameters

subscriptionId
Type: SystemString
The subscription identifier.
watermark
Type: SystemString
The watermark.

Return Value

Type: GetEventsResponse
A collection of notification events.
See Also